home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / os20 / util / ssl30.lha / History next >
Text File  |  1993-11-07  |  4KB  |  82 lines

  1. ****************************************************************************
  2.  
  3.                         The Special Support Library
  4.  
  5.                                   HISTORY
  6.  
  7. ****************************************************************************
  8.  
  9.  
  10. 05/12/22 SSLib.1: Created first version
  11. 02/02/93 SSLib.2: Skeleton of startup and tracking made
  12. 16/02/93 SSLib.3: Beta=1
  13. 16/02/93 SSLib.4: WB argument parsing implemented
  14. 21/02/93 SSMac.1: printfsp renamed to printfs (was too long)
  15. 21/02/93 SSMac.2: TAGS replaced by XTAGS; XTAGS removed
  16. 21/02/93 SSMac.3: TEMPLATE repaired
  17. 21/02/93 SSMac.4: USRTRK implemented
  18. 21/02/93 SSMac.5: RPTR added
  19. 21/02/93 SSLib.5: Added TrackDosObject
  20. 21/02/93 SSMac.6: defined "go" label on start of user's code
  21. 21/02/93 SSLib.6: User tracker types implemented
  22. 21/02/93 SSLib.7: Tracking types unified
  23. 21/02/93 SSMac.7: Added printfr,printfv,printfl
  24. 21/02/93 SSLib.8: Master/Slave tracking mechanism implemented
  25. 21/02/93 SSLib.9: GetResList improved
  26. 21/02/93 SSLib.10: InitHashTree,FreeHashTree,FindHashItem,AddHashItem added
  27. 23/02/93 SSMac.8: Pushing of return address removed (StartupInit does it
  28.          automatically)
  29. 23/02/93 SSLib.11: Tracking mechanism slightly changed (again...)
  30. 23/02/93 SSLib.12: StartupInit stores return address (ExitCleanup) onto stack
  31. 26/02/93 SSMac.9: extrahelp added
  32. 26/02/93 SSLib.13: Additional checking in TrackSlave
  33. 26/02/93 SSLib.14: Extra help string added
  34. 26/02/93 SSLib.15: /X-type arguments from CLI supported
  35. 11/03/93 SSLib.16: Hashed tree support remade
  36. 25/06/93 SSLib.17: Added (Get|Set|Add|Rem)Extension
  37. 11/07/93 SSLib.18: ParseArgs: better checking for white spaces (unquoted CTRL-L
  38.          now works)
  39. 11/07/93 SSLib.19: Argument types /T and /F implemented
  40. 11/07/93 SSLib.20: /N arguments work properly
  41. 17/07/93 SSLib.21: StrToL supports "$" as prefix for hexadecimal numbers
  42. 17/07/93 SSLib.22: TrackDevice accepts NULL IoRequest
  43. 17/07/93 SSLib.23: Error table can be supplied by TrackDevice call
  44. 17/07/93 SSLib.24: ChkDoIO added
  45. 17/07/93 SSLib.25: StartupInit now accepts new StartupStruct (see ssmac.h)
  46. 18/07/93 SSLib.26: Added NoWbArgs and NoProgName flags & tags
  47. 31/07/93 SSLib.27: Program's variables are now longword-aligned
  48. 19/08/93 SSLib.28: svf_errorreq and tag_errorreq implemented
  49. 19/08/93 SSLib.29: FreeObject(0) returns without doing any action
  50. 19/08/93 SSLib.30: Exception caught when trying to display except requester
  51.          causes deadend alert
  52. 24/08/93 SSLib.31: TrackDevice returns IORQ in A1
  53. 24/08/93 SSLib.32: DosError displays "Msg: error - fault" instead of "Msg:
  54.          error: fault"
  55. 24/08/93 SSLib.33: DosError with empty error string repaired
  56. 24/08/93 SSLib.34: StrToL skips leading spaces
  57. 24/08/93 SSLib.35: Return codes of StrToL remade
  58. 24/08/93 SSLib.36: Extension support added (private)
  59. 25/08/93 SSLib.37: Version 2.0
  60. 25/08/93 SSLib.38: Beta=0
  61. 04/09/93 SSLib.39: TrackPool,PoolAlloc,PoolFree added
  62. 05/09/93 SSLib.40: Library initialization and expunge slightly optimized
  63. 05/09/93 SSLib.41: DosError with IoErr=0 handled correctly
  64. 05/09/93 SSLib.42: LoadFile automatically decrunchs powerpacked files
  65. 12/10/93 SSLib.43: LoadFile on interactive files causes special error
  66. 02/11/93 SSLib.44: LoadFile now correctly frees file handle if loading from
  67.          powerpacked file
  68. 02/11/93 SSLib.45: TrackOpen supports OPEN_* modes
  69. 02/11/93 SSLib.46: LoadFile sped up a bit
  70. 02/11/93 SSLib.47: ExitCleanup destroys sv_checkbase (SSDiag detects it)
  71. 02/11/93 SSLib.48: ExitCrash alert is NOT a deadend one now
  72. 02/11/93 SSLib.49: ParseArgs: removed bug causing unwanted resetting of
  73.          err_number bit
  74. 02/11/93 SSLib.50: TrackDevice - fixed problems with err_iorq when TrackIORQ
  75.          failed
  76. 04/11/93 SSLib.51: Handling of TaskPrivateMemPool - two new tags added
  77. 05/11/93 SSLib.52: Private pool support remade
  78. 05/11/93 SSLib.53: Linear pooled allocation added
  79. 05/11/93 SSLib.54: Library init optimized a bit
  80. 06/11/93 SSMac.10: New startup macros - 3.0
  81. 06/11/93 SSLib.55: Version 3.0
  82.